home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / c04a.dxr / 00014_sreturn.pct.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  215 b   |  12 lines

  1. on mouseDown
  2.   global film
  3.   set the castNum of sprite 7 to cast "sposea.pct"
  4.   updateStage()
  5.   set the ink of sprite 8 to 4
  6.   updateStage()
  7.   repeat while stillDown()
  8.   end repeat
  9.   set film to 4
  10.   go(1, "ca")
  11. end
  12.